[INFO] fetching crate claude_runner_core 1.0.0...
[INFO] testing claude_runner_core-1.0.0 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate claude_runner_core 1.0.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate claude_runner_core 1.0.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate claude_runner_core 1.0.0
[INFO] tweaked toml for crates.io crate claude_runner_core 1.0.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate claude_runner_core 1.0.0 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate claude_runner_core 1.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e
[INFO] running `Command { std: "docker" "start" "acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling error_tools v0.37.0
[INFO] [stderr]    Compiling claude_common v1.0.0
[INFO] [stderr]    Compiling claude_runner_core v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
[INFO] running `Command { std: "docker" "inspect" "acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling is_slice v0.14.0
[INFO] [stderr]    Compiling impls_index_meta v0.13.0
[INFO] [stderr]    Compiling dissimilar v1.0.11
[INFO] [stderr]    Compiling implements v0.13.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling error_tools v0.22.0
[INFO] [stderr]    Compiling diagnostics_tools v0.11.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling mem_tools v0.9.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling collection_tools v0.18.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling impls_index v0.11.0
[INFO] [stderr]    Compiling inspect_type v0.16.0
[INFO] [stderr]    Compiling test_tools v0.16.0
[INFO] [stderr]    Compiling typing_tools v0.11.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling trybuild v1.0.116
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling claude_runner_core v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.03s
[INFO] running `Command { std: "docker" "inspect" "acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/claude_runner_core-66872810621d582b)
[INFO] [stderr]      Running tests/builder_edge_cases_test.rs (/opt/rustwide/target/debug/deps/builder_edge_cases_test-13f285d3bc994e15)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test continue_conversation_override_last_wins ... ok
[INFO] [stdout] test default_token_limit_200k_bug_token_limit ... ok
[INFO] [stdout] test empty_message_edge_case ... ok
[INFO] [stdout] test message_override_last_wins ... ok
[INFO] [stdout] test token_limit_one_minimum ... ok
[INFO] [stdout] test token_limit_override_last_wins ... ok
[INFO] [stdout] test token_limit_u32_max_boundary ... ok
[INFO] [stdout] test token_limit_zero_edge_case ... ok
[INFO] [stdout] test very_long_message_100kb_stress ... ok
[INFO] [stdout] test whitespace_only_message_edge_case ... ok
[INFO] [stdout] test with_arg_accumulates ... ok
[INFO] [stdout] test with_arg_and_with_args_both_accumulate ... ok
[INFO] [stdout] test with_arg_continue_and_continue_conversation_both_produce_c ... ok
[INFO] [stdout] test with_arg_skip_perms_and_with_skip_permissions_both_produce_flag ... ok
[INFO] [stdout] test with_args_accumulates ... ok
[INFO] [stdout] test with_model_called_twice_both_pairs_accumulate ... ok
[INFO] [stdout] test with_system_prompt_called_twice_both_pairs_accumulate ... ok
[INFO] [stdout] test with_verbose_true_called_twice_flag_appears_twice ... ok
[INFO] [stdout] test working_directory_override_last_wins ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/builder_methods_test.rs (/opt/rustwide/target/debug/deps/builder_methods_test-6f446b30e0b810a6)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test all_methods_are_chainable ... ok
[INFO] [stdout] test methods_work_in_any_order ... ok
[INFO] [stdout] test with_action_mode_method_exists ... ok
[INFO] [stdout] test with_auto_approve_tools_method_exists ... ok
[INFO] [stdout] test with_auto_continue_method_exists ... ok
[INFO] [stdout] test with_bash_timeout_ms_method_exists ... ok
[INFO] [stdout] test with_log_level_method_exists ... ok
[INFO] [stdout] test with_sandbox_mode_method_exists ... ok
[INFO] [stdout] test with_session_dir_method_exists ... ok
[INFO] [stdout] test with_telemetry_method_exists ... ok
[INFO] [stdout] test with_temperature_method_exists ... ok
[INFO] [stdout] test with_top_k_method_exists ... ok
[INFO] [stdout] test with_top_p_method_exists ... ok
[INFO] [stderr]      Running tests/debug_advanced_params_test.rs (/opt/rustwide/target/debug/deps/debug_advanced_params_test-b16f1d05c408faa5)
[INFO] [stdout] test with_bash_max_timeout_ms_method_exists ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test with_betas_single_adds_flag_and_value ... ok
[INFO] [stdout] test with_betas_two_values_produces_two_pairs ... ok
[INFO] [stdout] test with_brief_false_adds_nothing ... ok
[INFO] [stdout] test with_debug_none_adds_d_flag_only ... ok
[INFO] [stdout] test with_debug_none_adds_exactly_one_extra_arg ... ok
[INFO] [stdout] test with_debug_some_adds_d_and_filter ... ok
[INFO] [stdout] test with_debug_some_d_is_followed_by_filter ... ok
[INFO] [stdout] test with_debug_some_empty_string_adds_d_and_empty_value ... ok
[INFO] [stdout] test with_disable_slash_commands_false_adds_nothing ... ok
[INFO] [stdout] test with_disable_slash_commands_true_adds_flag ... ok
[INFO] [stdout] test with_file_single_adds_flag_and_spec ... ok
[INFO] [stdout] test with_file_two_values_produces_two_pairs ... ok
[INFO] [stdout] test with_brief_true_adds_flag ... ok
[INFO] [stdout] test with_debug_file_adds_flag_and_path ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/default_values_test.rs (/opt/rustwide/target/debug/deps/default_values_test-1cc17299a0f21457)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test default_bash_max_timeout_is_2_hours ... ok
[INFO] [stdout] test default_auto_continue_is_true ... ok
[INFO] [stdout] test all_tier1_defaults_set_together ... ok
[INFO] [stdout] test default_bash_timeout_is_1_hour ... ok
[INFO] [stdout] test default_max_output_tokens_is_200k ... ok
[INFO] [stdout] test default_telemetry_is_false ... ok
[INFO] [stdout] test tier2_tier3_defaults_are_none ... ok
[INFO] [stdout] test default_chrome_is_on ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/describe_test.rs (/opt/rustwide/target/debug/deps/describe_test-a40a8362c9358716)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test describe_api_key_appears_in_plaintext ... ok
[INFO] [stdout] test describe_env_omits_unset_tier2_tier3 ... ok
[INFO] [stdout] test describe_env_overridden_tier1 ... ok
[INFO] [stdout] test describe_env_shows_tier1_defaults ... ok
[INFO] [stdout] test describe_escapes_backslash_in_message ... ok
[INFO] [stdout] test describe_env_shows_set_tier3 ... ok
[INFO] [stdout] test describe_escapes_quotes_in_message ... ok
[INFO] [stdout] test describe_env_lines_are_newline_separated ... ok
[INFO] [stdout] test describe_env_shows_set_tier2 ... ok
[INFO] [stdout] test describe_full_command ... ok
[INFO] [stdout] test describe_message_backslash_before_quote ... ok
[INFO] [stdout] test describe_message_with_single_quote ... ok
[INFO] [stdout] test describe_message_with_newline_embeds_literally ... ok
[INFO] [stdout] test describe_omits_skip_permissions_when_false ... ok
[INFO] [stdout] test describe_shows_cd_with_working_directory ... ok
[INFO] [stdout] test describe_shows_continuation_flag ... ok
[INFO] [stdout] test describe_shows_custom_args ... ok
[INFO] [stdout] test describe_shows_message ... ok
[INFO] [stdout] test describe_shows_skip_permissions_flag ... ok
[INFO] [stdout] test describe_system_prompt_shows_raw_arg ... ok
[INFO] [stdout] test describe_without_working_directory_no_cd ... ok
[INFO] [stdout] test describe_working_directory_with_spaces_cd_unquoted ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/dry_run_test.rs (/opt/rustwide/target/debug/deps/dry_run_test-57f0a243f2aac921)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test describe_compact_excludes_cd_prefix_when_working_dir_set ... ok
[INFO] [stdout] test describe_compact_includes_flags_set_on_command ... ok
[INFO] [stdout] test describe_compact_returns_single_line ... ok
[INFO] [stdout] test describe_compact_starts_with_claude ... ok
[INFO] [stdout] test execute_dry_run_returns_describe_compact_as_stdout ... ok
[INFO] [stdout] test execute_dry_run_returns_empty_stderr ... ok
[INFO] [stdout] test execute_dry_run_returns_exit_code_zero ... ok
[INFO] [stdout] test execute_dry_run_with_working_dir_compact_has_no_cd ... ok
[INFO] [stdout] test execute_interactive_dry_run_returns_success_exit_status ... ok
[INFO] [stdout] test with_dry_run_false_does_not_add_flag ... ok
[INFO] [stdout] test with_dry_run_true_does_not_add_flag_to_args ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/environment_variables_test.rs (/opt/rustwide/target/debug/deps/environment_variables_test-d4bcd13eb81f10c4)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test action_mode_sets_env_var ... ok
[INFO] [stdout] test auto_approve_tools_sets_env_var ... ok
[INFO] [stdout] test auto_continue_sets_env_var ... ok
[INFO] [stdout] test bash_max_timeout_sets_env_var ... ok
[INFO] [stdout] test bash_timeout_sets_env_var ... ok
[INFO] [stdout] test sandbox_mode_sets_env_var ... ok
[INFO] [stdout] test session_dir_sets_env_var ... ok
[INFO] [stdout] test telemetry_sets_env_var ... ok
[INFO] [stdout] test temperature_sets_env_var ... ok
[INFO] [stdout] test top_k_sets_env_var ... ok
[INFO] [stdout] test top_p_sets_env_var ... ok
[INFO] [stdout] test defaults_do_not_set_tier2_tier3_env_vars ... ok
[INFO] [stdout] test defaults_set_tier1_env_vars ... ok
[INFO] [stdout] test log_level_sets_env_var ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/execution_output_test.rs (/opt/rustwide/target/debug/deps/execution_output_test-a0edf184ea2e809e)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test execution_output_clone ... ok
[INFO] [stdout] test execution_output_display_empty_stdout ... ok
[INFO] [stdout] test execution_output_debug ... ok
[INFO] [stdout] test execution_output_has_all_fields ... ok
[INFO] [stdout] test execution_output_equality ... ok
[INFO] [stderr]      Running tests/float_edge_cases_test.rs (/opt/rustwide/target/debug/deps/float_edge_cases_test-7230bbad7753be06)
[INFO] [stdout] test execution_output_display_shows_stdout ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test both_temperature_and_top_p_set ... ok
[INFO] [stdout] test describe_env_and_build_command_float_values_are_consistent ... ok
[INFO] [stdout] test float_precision_preserved ... ok
[INFO] [stdout] test temperature_exactly_one ... ok
[INFO] [stdout] test temperature_nan_produces_nan_string ... ok
[INFO] [stdout] test temperature_negative_infinity_produces_neg_inf_string ... ok
[INFO] [stdout] test temperature_negative_value ... ok
[INFO] [stdout] test temperature_above_one ... ok
[INFO] [stdout] test temperature_zero_exact_format_is_integer_string ... ok
[INFO] [stdout] test top_p_exactly_one ... ok
[INFO] [stdout] test top_p_infinity_produces_inf_string ... ok
[INFO] [stdout] test temperature_zero ... ok
[INFO] [stdout] test top_p_negative_value ... ok
[INFO] [stdout] test top_p_negative_infinity_produces_neg_inf_string ... ok
[INFO] [stdout] test top_p_very_small_positive ... ok
[INFO] [stdout] test top_p_zero ... ok
[INFO] [stdout] test top_p_one_exact_format_is_integer_string ... ok
[INFO] [stdout] test top_p_above_one ... ok
[INFO] [stdout] test top_p_nan_produces_nan_string ... ok
[INFO] [stdout] test top_p_zero_exact_format_is_integer_string ... ok
[INFO] [stdout] test temperature_one_exact_format_is_integer_string ... ok
[INFO] [stdout] test temperature_very_small_positive ... ok
[INFO] [stdout] test temperature_infinity_produces_inf_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stderr]      Running tests/io_params_test.rs (/opt/rustwide/target/debug/deps/io_params_test-72cb5075b1e2e95e)
[INFO] [stdout] test with_include_partial_messages_false_adds_nothing ... ok
[INFO] [stdout] test with_include_partial_messages_true_adds_flag ... ok
[INFO] [stdout] test with_input_format_text_adds_flag ... ok
[INFO] [stdout] test with_input_format_stream_json_uses_hyphen ... ok
[INFO] [stdout] test with_output_format_json_adds_flag ... ok
[INFO] [stdout] test with_output_format_stream_json_uses_hyphen ... ok
[INFO] [stdout] test with_json_schema_adds_flag_and_value ... ok
[INFO] [stdout] test with_print_false_adds_nothing ... ok
[INFO] [stdout] test with_print_true_adds_p_flag ... ok
[INFO] [stdout] test with_replay_user_messages_false_adds_nothing ... ok
[INFO] [stdout] test with_replay_user_messages_true_adds_flag ... ok
[INFO] [stdout] test with_output_format_text_adds_flag ... ok
[INFO] [stderr]      Running tests/manual_edge_case_check.rs (/opt/rustwide/target/debug/deps/manual_edge_case_check-5317d4f8be882dbe)
[INFO] [stdout] test with_json_schema_passes_value_verbatim ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test manual_all_parameters_kitchen_sink ... ok
[INFO] [stdout] test manual_argument_order_verification ... ok
[INFO] [stdout] test manual_empty_string_arguments ... ok
[INFO] [stdout] test manual_path_with_spaces ... ok
[INFO] [stdout] test manual_unicode_in_message ... ok
[INFO] [stdout] test manual_special_characters_in_message ... ok
[INFO] [stdout] test manual_zero_values ... ok
[INFO] [stdout] test manual_maximum_values ... ok
[INFO] [stdout] test manual_argument_with_equals_sign ... ok
[INFO] [stdout] test manual_very_long_argument_1mb ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mcp_extension_params_test.rs (/opt/rustwide/target/debug/deps/mcp_extension_params_test-1dacfb5804576aa1)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test with_agent_adds_flag_and_value ... ok
[INFO] [stdout] test with_agents_takes_single_string_not_iterator ... ok
[INFO] [stdout] test with_agents_adds_flag_and_json_string ... ok
[INFO] [stdout] test with_mcp_config_two_values_produces_two_pairs ... ok
[INFO] [stdout] test with_plugin_dir_single_adds_flag_and_path ... ok
[INFO] [stdout] test with_mcp_config_single_adds_flag_and_path ... ok
[INFO] [stdout] test with_plugin_dir_two_values_produces_two_pairs ... ok
[INFO] [stdout] test with_setting_sources_adds_flag_and_value ... ok
[INFO] [stdout] test with_strict_mcp_config_false_adds_nothing ... ok
[INFO] [stdout] test with_strict_mcp_config_true_adds_flag ... ok
[INFO] [stdout] test with_settings_adds_flag_and_value ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/migration_validation_test.rs (/opt/rustwide/target/debug/deps/migration_validation_test-72b699b8f4f364cd)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test migration_complete_validation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/model_budget_params_test.rs (/opt/rustwide/target/debug/deps/model_budget_params_test-24cbd542e177db0c)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test with_effort_high_adds_flag ... ok
[INFO] [stdout] test with_effort_low_adds_flag ... ok
[INFO] [stdout] test with_effort_max_uses_max_not_maximum ... ok
[INFO] [stdout] test with_fallback_model_adds_flag_and_value ... ok
[INFO] [stdout] test with_max_budget_usd_adds_flag_and_value ... ok
[INFO] [stdout] test with_max_budget_usd_clean_float_serialization ... ok
[INFO] [stdout] test with_max_budget_usd_infinity_passes_through_as_inf_string ... ok
[INFO] [stdout] test with_max_budget_usd_neg_infinity_passes_through_as_neg_inf_string ... ok
[INFO] [stdout] test with_max_budget_usd_negative_passes_through ... ok
[INFO] [stdout] test with_max_budget_usd_nan_passes_through_as_nan_string ... ok
[INFO] [stdout] test with_max_budget_usd_zero_serializes_as_zero ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/old_way_impossible_verification.rs (/opt/rustwide/target/debug/deps/old_way_impossible_verification-c8a1df2334bbf03a)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stderr]      Running tests/pattern_e_empty_and_edge_cases_test.rs (/opt/rustwide/target/debug/deps/pattern_e_empty_and_edge_cases_test-53b4d0e710f3089a)
[INFO] [stdout] test verify_new_pattern_required ... ok
[INFO] [stdout] test verify_old_patterns_impossible ... ok
[INFO] [stdout] test verify_token_limit_default ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test describe_compact_with_many_flags_still_single_line ... ok
[INFO] [stdout] test with_allowed_tools_called_twice_accumulates_two_entries ... ok
[INFO] [stdout] test with_allowed_tools_empty_then_nonempty_has_exactly_one_flag ... ok
[INFO] [stdout] test with_allowed_tools_empty_produces_no_flag ... ok
[INFO] [stdout] test with_allowed_tools_nonempty_still_adds_flag ... ok
[INFO] [stdout] test with_betas_empty_produces_no_flag ... ok
[INFO] [stdout] test with_disallowed_tools_empty_produces_no_flag ... ok
[INFO] [stdout] test with_disallowed_tools_nonempty_still_adds_flag ... ok
[INFO] [stdout] test with_max_budget_usd_fractional_formats_cleanly ... ok
[INFO] [stdout] test with_max_budget_usd_large_integer_formats_cleanly ... ok
[INFO] [stdout] test with_file_empty_produces_no_flag ... ok
[INFO] [stdout] test with_max_budget_usd_integer_value_formats_without_decimal_point ... ok
[INFO] [stdout] test with_mcp_config_empty_produces_no_flag ... ok
[INFO] [stdout] test with_plugin_dir_empty_produces_no_flag ... ok
[INFO] [stdout] test with_tools_empty_produces_no_flag ... ok
[INFO] [stdout] test with_tools_nonempty_still_adds_flag ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/process_test.rs (/opt/rustwide/target/debug/deps/process_test-53d350278bb673da)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test tc061_find_claude_processes_does_not_panic ... ok
[INFO] [stdout] test tc062_find_claude_processes_excludes_self_pid ... ok
[INFO] [stdout] test tc064_finds_two_claude_processes ... ok
[INFO] [stdout] test tc063_finds_one_claude_process ... ok
[INFO] [stdout] test tc066_unreadable_cmdline_silently_skipped ... ok
[INFO] [stdout] test tc070_find_claude_processes_does_not_panic ... ok
[INFO] [stdout] test tc067_send_sigterm_valid_pid_returns_ok ... ok
[INFO] [stdout] test tc069_send_sigkill_valid_pid_returns_ok ... ok
[INFO] [stdout] test tc068_send_sigterm_nonexistent_pid_returns_err ... ok
[INFO] [stderr] kill: (4194305): No such process
[INFO] [stdout] test tc065_process_with_deleted_cwd_included_with_fallback ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/prompt_permission_params_test.rs (/opt/rustwide/target/debug/deps/prompt_permission_params_test-3c13dfc8c05f3c74)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test with_allow_dangerously_skip_permissions_false_adds_nothing ... ok
[INFO] [stdout] test with_append_system_prompt_adds_flag_and_value ... ok
[INFO] [stdout] test with_permission_mode_accept_edits_uses_camel_case ... ok
[INFO] [stdout] test with_append_system_prompt_and_system_prompt_are_independent ... ok
[INFO] [stdout] test with_permission_mode_bypass_permissions_uses_camel_case ... ok
[INFO] [stdout] test with_permission_mode_default_adds_flag ... ok
[INFO] [stderr]      Running tests/responsibility_single_execution_point_test.rs (/opt/rustwide/target/debug/deps/responsibility_single_execution_point_test-35795bac1bece829)
[INFO] [stdout] test with_allow_dangerously_skip_permissions_true_adds_flag ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test builder_pattern_api_documented ... ok
[INFO] [stdout] test builder_methods_comprehensive_coverage ... ok
[INFO] [stdout] test no_deprecated_execution_methods ... ok
[INFO] [stdout] test no_deprecated_factory_methods ... ok
[INFO] [stdout] test execution_point_in_claude_runner_only has been running for over 60 seconds
[INFO] [stdout] test single_execution_point_in_workspace has been running for over 60 seconds
[INFO] [stdout] test single_execution_point_in_workspace ... ok
[INFO] [stdout] test execution_point_in_claude_runner_only ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- execution_point_in_claude_runner_only stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'execution_point_in_claude_runner_only' (1976) panicked at tests/responsibility_single_execution_point_test.rs:135:5:
[INFO] [stdout] BOUNDARY VIOLATION: Command::new("claude") found outside claude_runner_core
[INFO] [stdout] 
[INFO] [stdout] Found: /opt/rustwide/workdir/src/command/mod.rs:    let mut cmd = Command::new( "claude" );
[INFO] [stdout] 
[INFO] [stdout] Responsibility Boundary:
[INFO] [stdout] - claude_runner_core: Process execution (ONLY location for Command::new)
[INFO] [stdout] - claude_profile: Session storage (NO Command::new)
[INFO] [stdout] - dream_agent: Orchestration (NO Command::new)
[INFO] [stdout] 
[INFO] [stdout] Fix: Move execution to claude_runner_core, use builder pattern from other crates
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5caadfe49a38 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5caadfe49a38 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5caadfe49a38 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5caadfe49a38 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5caadfe5d8fa - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5caadfe5d8fa - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x5caadfe4e252 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5caadfe4e252 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5caadfe28526 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5caadfe28526 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5caadfe41c99 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5caadfddd5dc - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5caadfddd5dc - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5caadfe41e52 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5caadfe41e52 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5caadfe285e2 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5caadfe1fe29 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5caadfe292fd - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5caadfe5e02c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5caadfdc368c - responsibility_single_execution_point_test[ae6f64b7206d496c]::execution_point_in_claude_runner_only
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/responsibility_single_execution_point_test.rs:135:5
[INFO] [stdout]   20:     0x5caadfdc1927 - responsibility_single_execution_point_test[ae6f64b7206d496c]::execution_point_in_claude_runner_only::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/responsibility_single_execution_point_test.rs:102:43
[INFO] [stdout]   21:     0x5caadfdd0276 - <responsibility_single_execution_point_test[ae6f64b7206d496c]::execution_point_in_claude_runner_only::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5caadfdd06bb - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5caadfdd06bb - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5caadfdddf35 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5caadfdddf35 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5caadfdddf35 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5caadfdddf35 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5caadfdddf35 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5caadfdddf35 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5caadfdddf35 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5caadfdd8a94 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5caadfdd8a94 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5caadfde0fb2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5caadfde0fb2 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5caadfde0fb2 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5caadfde0fb2 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5caadfde0fb2 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5caadfde0fb2 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5caadfde0fb2 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5caadfe4905f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   41:     0x5caadfe4905f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x72578d86aaa4 - <unknown>
[INFO] [stdout]   43:     0x72578d8f7a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     execution_point_in_claude_runner_only
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 93.78s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test responsibility_single_execution_point_test`
[INFO] running `Command { std: "docker" "inspect" "acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e", kill_on_drop: false }`
[INFO] [stdout] acbbd803e24c13c0fcfc9524bdcc5f23f7d8025a8fd68282974bbe3d267a7c5e
